'宣言 Public Overloads Shared Function CreatePolygonRegion( _ ByVal polygonPoints() As System.Drawing.Point _ ) As Region
public static Region CreatePolygonRegion( System.Drawing.Point[] polygonPoints )
パラメータ
- polygonPoints
- A System.Drawing.Point array that defines the vertices of the polygon.